com.sabro.jbusiness.database.mssql.comp.parser
Class MsSqlNode

java.lang.Object
  extended by com.sabro.jbusiness.database.mssql.comp.parser.SimpleNode
      extended by com.sabro.jbusiness.database.mssql.comp.parser.MsSqlNode
All Implemented Interfaces:
Node

public class MsSqlNode
extends SimpleNode


Constructor Summary
MsSqlNode(int i)
           
MsSqlNode(Parser p, int i)
           
 
Method Summary
 int getNodeType()
           
 
Methods inherited from class com.sabro.jbusiness.database.mssql.comp.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsSqlNode

public MsSqlNode(int i)

MsSqlNode

public MsSqlNode(Parser p,
                 int i)
Method Detail

getNodeType

public int getNodeType()